┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/lib/dracut/modules.d/01fips-crypto-policies
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: module-setup.sh
#!/usr/bin/bash # called by dracut check() { # only enable on systems that use crypto-policies [ -f "$dracutsysrootdir/usr/share/crypto-policies/default-fips-config" ] && return 0 # include when something else depends on it or it is explicitly requested return 255 } # called by dracut depends() { echo fips return 0 } # called by dracut install() { inst_hook pre-pivot 01 "$moddir/fips-crypto-policies.sh" inst_multiple mount }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 fips-crypto-policies.sh
SH
2.1 KB
2025-05-01 10:52
EDIT
📄 module-setup.sh
SH
466 B
2025-05-01 10:52
EDIT